STEP 11: We're ready to have our sprite say the original price!
Remember, we can add two strings together using +. This is called concatenation.
- In GRAPHICS, click on and drag in Say.
- Change the string inside the .say() to this: "The original price was $" + price_string.
To navigate the page using the TAB key, first press ESC to exit the code editor.